[IDLE-171] 센터정보 등록 UI및 기능 구현 #27
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
변경사항
센터 정보(프로필)등록 화면 추가
센테관리자로 회원가입후 센터정보를 등록할 수 있는 화면을 완성했습니다.
기존에 회원가입및 로그인에서는 UIPageViewController를 사용하여 수평 스크롤 페이지를 구현하였습니다.
하지만 해당 방식은 모든 화면이 ViewController로 구현해야 한다는 제약이 있어 이번에는 해당 방식을 사용하지 않았습니다.
대신 UIView로 모든 화면을 구현하였고 CALayer의 transform프로퍼티를 조작하여 화면 전환을 구현하였습니다.